home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / lotpr302.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-10-10  |  3KB  |  125 lines

  1. ECHO OFF
  2. CLS
  3. if %1x==x goto syntax
  4. if "%1"=="C:" goto place0
  5. if "%1"=="c:" goto place0
  6. if "%1"=="d:" goto place0
  7. if "%1"=="D:" goto place0
  8. if "%1"=="A:" goto place1 
  9. if "%1"=="a:" goto place1
  10. if "%1"=="B:" goto place2
  11. if "%1"=="b:" goto place2
  12. goto syntax
  13. echo
  14. echo
  15. :place0
  16. %1
  17. cd \
  18. echo          Making the Directory PROPHET on the %1 drive
  19. echo
  20. md \prophet
  21. cd \prophet
  22. echo  
  23. echo  
  24. echo  
  25. echo              Now copying program to the %1 Drive
  26. copy A:\*.*
  27. WHEEL      
  28. echo                     
  29. cls
  30. goto :final
  31. :place1
  32. echo  
  33. echo  
  34. echo  
  35. echo  
  36. echo         To run Lotto Prophet from Drive A...Make a copy of your original
  37. echo         disk and " type WHEEL " to extract the wheeling system then
  38. echo                  "       type PROPHET       " to run the program
  39. echo  
  40. echo  
  41. echo  
  42. echo  
  43. echo     "    After printing the manual by typing PRINTDOC you may     "
  44. echo     "    want to delete the manual from your working copy to avoid "
  45. echo     "    running out of disk space.                                "
  46. echo  
  47. pause
  48. goto :final
  49. :place2
  50. echo          Have two formatted diskettes ready.  Place a blank formatted
  51. echo          disk in Drive B.
  52. pause 
  53. cls
  54. echo  
  55. echo  
  56. ECHO               Now copying program files to Drive B
  57. copy *.txt b:
  58. copy *.fil b:
  59. copy *.chn b:
  60. copy readit.bat b:
  61. copy *.doc b:
  62. copy *.cfg b:
  63. copy prophet.com b:
  64. cls
  65. echo  
  66. echo  
  67. echo  
  68. echo       Please remove the disk from Drive B (Be sure to label it as Disk 1)
  69. echo             Replace it with your second blank formatted disk.
  70. pause
  71. cls
  72. echo  
  73. echo  
  74. echo  
  75. echo              Now copying prophet and wheels to Drive B
  76. COPY PRINTDOC.BAT B:
  77. COPY MANUAL30.COM B:
  78. copy prophet.26 b:
  79. copy prophet.37 b:
  80. copy prophet.51 b:
  81. b:
  82. A:wheel
  83. A:
  84. echo      Remove the disk from Drive B (Be sure to label it as Disk 2)
  85. echo  
  86. echo  
  87. echo      Place Disk#1 in Drive A and Disk #2 in Drive B.  To run the Program
  88. echo                            "type PROPHET"  
  89. echo:
  90. echo ╔══                                                                  ══╗
  91. echo ╬ If you have 2 different size floppy drives, place your disk labeled  ╬
  92. echo ╬ "Disk 1" in drive B and copy it to a blank formatted disk in Drive A ╬
  93. echo ╚══                                                                  ══╝
  94. echo  
  95. echo      After you are in the Lotto Prophet Program, Go to the UTILITY Section
  96. echo              and set Drive B for Prophet files and Wheels.
  97. ECHO:
  98. goto :final
  99. :syntax
  100. echo  
  101. echo  
  102. echo  
  103. echo  
  104. echo         Installation Error!   You must specify the drive! 
  105. echo:          
  106. echo         For example   "INSTALL C: "
  107. echo  
  108. echo  
  109. echo  
  110. echo                
  111. echo                          
  112. pause
  113. goto :end
  114. :final
  115. echo  
  116. echo  
  117. echo  
  118. echo               To Print the Manual "type  PRINTDOC"
  119. echo                To Start the Program "type PROPHET"  
  120. echo  
  121. echo  
  122. PAUSE
  123. :end
  124.  
  125.